home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / Vol E-12.iso / games / barbie / barbi000.swf / scripts / DefineSprite_101_square2 / frame_11 / PlaceObject2_90_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2012-05-21  |  115b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.mydoor == 1)
  3.    {
  4.       _root.mydoor = 2;
  5.       gotoAndPlay(2);
  6.    }
  7. }
  8.